home *** CD-ROM | disk | FTP | other *** search
/ Canadian Geographic Explorer / Canadian Geographic Explorer.iso / pc / comp.z / FEXPORT.HLP < prev    next >
Encoding:
Text File  |  1996-05-01  |  20.7 KB  |  602 lines

  1. @title{FEXPORT}{Export to Foreign File}
  2.  Transfers all the requested image, and auxiliary information from a
  3.  source file to an output file. Only some supported GDB formats may
  4.  be exported to. 
  5.  
  6.  See Also: FIMPORT, GDB, LINK, VECWRIT
  7.  
  8. 1    PARAMETERS
  9.  FEXPORT is controlled by the following global parameters: 
  10.  
  11.  Name     Prompt                                  Count   Type
  12.  
  13.  FILI     Database Input File Name                1-64    Char
  14.  FILO     Database Output File Name               1-64    Char
  15.  DBIW     Database Input Window                   0-4     Int
  16.  DBIC     Database Input Channel List             0-1024  Int
  17.  DBIB     Database Input Bitmap                   0-1024  Int
  18.  DBVS     Database Vector Segment                 0-1024  Int
  19.  DBLUT    Database Lookup Table Segment           0-1024  Int
  20.  DBPCT    Database Pseudocolour Segment           0-1024  Int
  21.  FTYPE    Output File Type                        1-3     Char
  22.  FOPTIONS Output File Options                     0-64    Char
  23.  
  24. 2    FILI
  25.  Specifies the name of the PCIDSK database containing the data to be
  26.  exported. 
  27.  
  28. @verbatim
  29.   EASI>FILI="file_spec"
  30.  
  31. @end
  32. 2    FILO
  33.  Specifies the name of the output file to be created. This file must
  34.  not exist before FEXPORT is run. 
  35.  
  36. @verbatim
  37.   EASI>FILO="file_spec"
  38.  
  39. @end
  40. 2    DBIW
  41.  Specifies the image window to be read from the input channels. 
  42.  
  43. @verbatim
  44.   EASI>DBIW=Xoffset,Yoffset,Xsize,Ysize
  45.   EASI>                          | defaults to entire image
  46.  
  47. @end
  48. 2    DBIC
  49.  Specifies the list of input channels to be read from FILI. 
  50.  
  51. @verbatim
  52.   EASI>DBIC = i,j,k, ...
  53.  
  54. @end
  55.   - Up to 1024 channels can be handled 
  56.   - Up to 16 integer values can be specified 
  57.   - Ranges of channels can be specified by using negative values. For
  58.     example, {1,-4,10} is internally expanded to {1,2,3,4,10} 
  59.  
  60. 2    DBIB
  61.  Specifies the database bitmap segments to be transferred. 
  62.  
  63. @verbatim
  64.   EASI>DBVS=i,j,...,p
  65.  
  66. @end
  67.   - Ranges of segments can be specified with negative values. For
  68.     example, {1,-4,10} is internally expanded to {1,2,3,4,10}. 
  69.   - Up to 1024 segments can be specified. 
  70.   - Duplicate segments are NOT allowed. 
  71.  
  72. 2    DBVS
  73.  Specifies the database vector segments to be transferred. 
  74.  
  75. @verbatim
  76.   EASI>DBVS=i,j,...,p
  77.  
  78. @end
  79.   - Ranges of segments can be specified with negative values. For
  80.     example, {1,-4,10} is internally expanded to {1,2,3,4,10}. 
  81.   - Up to 1024 segments can be specified. 
  82.   - Duplicate segments are NOT allowed. 
  83.  
  84. 2    DBLUT
  85.  Specifies database lookup table segments to be transferred. 
  86.  
  87. @verbatim
  88.   EASI>DBLUT=i,...j,k
  89.  
  90. @end
  91.   - Ranges of channels/segments can be specified with negative
  92.     values. For example, {1,-4,10} is internally expanded to
  93.     {1,2,3,4,10}. 
  94.   - Up to 1024 segments can be specified. 
  95.   - Duplicate segments are allowed. 
  96.  
  97. 2    DBPCT
  98.  Specifies database pseudocolour table segments to be transferred. 
  99.  
  100. @verbatim
  101.   EASI>DBPCT=i,...j,k
  102.  
  103. @end
  104.   - Ranges of channels/segments can be specified with negative
  105.     values. For example, {1,-4,10} is internally expanded to
  106.     {1,2,3,4,10}. 
  107.   - Up to 1024 segments can be specified. 
  108.   - Duplicate segments are allowed. 
  109.  
  110. 2    FTYPE
  111.  Specifies the file format type of the output file. This is the
  112.  abbreviated code for the file format. Some supported file format
  113.  codes are: 
  114.  
  115. @verbatim
  116.   EASI>FTYPE="TIF"               | Tagged Image File Format
  117.   EASI>FTYPE="XWD"               | X Window Dump
  118.  
  119. @end
  120.  The FORMATS topic lists all the FTYPE values for the supported
  121.  formats. 
  122.  
  123.  See Also: {fexport|FORMATS}FORMATS
  124.  
  125. 2    FOPTIONS
  126.  File creation options. These are specific to the file format, and in
  127.  each case the default of no options is legal. The FOPTIONS may be
  128.  used to specify the compression schemes, file format subtype or
  129.  other information. 
  130.  
  131. @verbatim
  132.   EASI>FTYPE="TIF"       | TIFF
  133.   EASI>FOPTIONS="LZW"    | Lempel-Ziv Welch compression.
  134.  
  135. @end
  136.  The FORMATS topic lists all the FOPTIONS values for the supported
  137.  formats. 
  138.  
  139.  See Also: {fexport|FORMATS}FORMATS
  140.  
  141. 1    DETAILS
  142.  FEXPORT is used to export an window of selected data layers in a
  143.  PCIDSK file to a foreign file format. Image channels, bitmaps,
  144.  vectors, LUTs and PCTs may be exported, though most formats do not
  145.  support all of these data types.
  146.  
  147.  The user must explicitly list the channels (DBIC), bitmaps (DBIB),
  148.  vectors (DBVS), LUTs (DBLUT) and PCTs (DBPCT) to be exported. As
  149.  well the user may optionally provide a subwindow (DBIW) on the
  150.  source database to export.
  151.  
  152.  For formats that support it, georeferencing information will also be
  153.  written to the output file. It will be computed based on the
  154.  contents of the georeferencing if the input file, and the window
  155.  requested in DBIW.
  156.  
  157.  The FTYPE parameter is used to control the type of the output
  158.  database. The full list of support output database types are listed
  159.  in the FORMATS topic. Some formats require additional information to
  160.  control the nature of the created output file, and these are
  161.  supplied in the FOPTIONS parameter.
  162.  
  163.  Note that most formats have limitations on the data types, and
  164.  number of layers, that can be stored. The user is responsible for
  165.  only providing legal data combinations in DBIC, DBIB, DBVS, DBLUT
  166.  and DBPCT. Illegal combinations will cause FEXPORT to terminate, or
  167.  the generation of improper output files. 
  168.  
  169. 1    FORMATS
  170.  The following is the list of the exportable formats supported (Note
  171.  that in the "Export File" panel of the "Works" programs FOPTIONS
  172.  refers to the Options textfield, and FTYPE the Type option menu.): 
  173.  
  174. 2    AGE (Arc/Info Generate)
  175.  Arc/Info Generate vector files may be generated with an FTYPE of
  176.  "AGE". One, and only one vector segment may be exported, and it's
  177.  georeferencing system will be lost.
  178.  
  179.  When exporting to Arc/Info Generate format the output file will
  180.  contain either points or lines, but not both. If the segment being
  181.  output contains both the output file will contain one or the other
  182.  and the user will not receive a run time warning that some of the
  183.  data is being dropped.
  184.  
  185.  The FOPTIONS parameter is unused. 
  186.  
  187.  See Also: {GDB|Sup|HDF}GDB
  188.  
  189. 2    BMP (Windows BMP and OS/2 BMP)
  190.  Windows and OS/2 BMP files are supported for reading. However, only
  191.  Windows BMP files can be exported. The user may specify 1 or 3
  192.  channels or 1 bitmap to be written to the BMP file. If one channel
  193.  is selected, then a PCT may also be written. 
  194.  
  195.  See Also: {GDB|Sup|BMP}GDB
  196.  
  197. 2    DBF (xBase .dbf)
  198.  xBase table files can be generated by selecting an FTYPE of DBF.
  199.  xBase files are written from a vector layer, but ignore any vertex,
  200.  or georeferencing information, writing only the attribute
  201.  information.
  202.  
  203.  All attribute types except CountedInt are supported for write in
  204.  xBase files; however, all fields are assign a maximum width when
  205.  written based on the field formatting information. This means there
  206.  is an upper limit on the size of string that can be written to a
  207.  .dbf file, though this limit is established according to the field
  208.  format width in the source layer.
  209.  
  210.  Only one vector layer can be written to a .dbf file, and no other
  211.  datatypes can be written.
  212.  
  213.  The FOPTIONS parameter is unused. 
  214.  
  215.  See Also: {GDB|Sup|xBase}GDB
  216.  
  217. 2    DXF (AutoCAD DXF)
  218.  AutoCAD Data Interchange Files (DXF) may be generated with an FTYPE
  219.  of DXF. If more than one GDB Vector Layer is exported then they will
  220.  be stored as separate DXF Layers.
  221.  
  222.  The FOPTIONS value can be used to select 2D vertices or 3D vertices.
  223.  The default value if FOPTIONS is not specified is 3D vertices. 
  224.  
  225. @verbatim
  226.   FOPTIONS="2D"   | Do not use Z coordonate
  227.   FOPTIONS="3D"   | use Z coordonate
  228.  
  229. @end
  230.  See Also: {GDB|Sup|AutoCAD DXF}GDB
  231.  
  232. 2    ERD (Erdas)
  233.  Erdas format image files may be exported to by selecting an FTYPE
  234.  value of "ERD". The Erdas file may contain any number of image
  235.  channels of either eight bit or sixteen bit unsigned data types.
  236.  
  237.  Georeferencing information will be written to the Erdas file if it
  238.  is Long/Lat or UTM.
  239.  
  240.  The FOPTIONS parameter is unused. 
  241.  
  242.  See Also: {GDB|Sup|Erdas}GDB
  243.  
  244. 2    GRD (Arc/Info ASCII Grid)
  245.  Arc/Info ASCII Grid interchange files can be written with an FTYPE
  246.  of GRD. All grid files are written out as a single 16 bit signed
  247.  raster layer. Grid files should be read into Arc/Info with the
  248.  ASCIIGRID command.
  249.  
  250.  No other data types can be exported to a grid file. Georeferencing
  251.  coordinates are written to the file, but the georeferencing system
  252.  is not. That is .prj files are not produced.
  253.  
  254.  The FOPTIONS parameter is unused. 
  255.  
  256.  See Also: {GDB|Sup|Arc/Info Grid}GDB
  257.  
  258. 2    GRS (GRASS Raster/Vector)
  259.  GRASS is a public domain raster/vector GIS produced by the U.S.
  260.  government. It is possible to export GRASS raster layers by
  261.  specifying an FTYPE of "GRS". Only uncompressed 8 bit, and 16 bit
  262.  raster layers can be exported, and each raster layer may only
  263.  contain one channel of imagery.
  264.  
  265.  GRASS files must be placed in the correct location within a GRASS
  266.  directory tree. The path provided should be for a file in the
  267.  "cell" or "cellhd" directory. If a .grassrc is present in the
  268.  users home directory it should be possible to specify a layer name
  269.  without a fully specified path.
  270.  
  271.  GRASS vector files may also be exported by specifying an FTYPE of
  272.  "GRS". The path provided for the output file will determine the type
  273.  of file that is written out. Paths which include a "dig" directory
  274.  in the path will result in a binary file, and paths which include
  275.  "dig_ascii" will produce an ASCII file. In both cases, the
  276.  attribute file will be written to the "dig_att" directory.
  277.  
  278.  The FOPTIONS parameter is unused. 
  279.  
  280.  See Also: {GDB|Sup|Grass}GDB
  281.  
  282. 2    GXF (Geosoft ASCII)
  283.  GXF Version 2.00 image files can be generated. They can only hold
  284.  one channel.
  285.  
  286.  The FOPTIONS parameter is unused. 
  287.  
  288.  See Also: {GDB|Sup|GXF}GDB
  289.  
  290. 2    IFF (LaserScan's text IFF)
  291.  LaserScan's text format Files (IFF) may be generated with an FTYPE
  292.  of IFF. If more than one GDB Vector Layer is exported then they will
  293.  be stored as separate IFF Layers.
  294.  
  295.  The folowing attributes, if they exist, will have a special
  296.  function: 
  297.  
  298.   - REPCode: Feature Code 
  299.   - GroupId: FSN (Feature Serial Number) 
  300.   - Angle: RO (Orientation for texts and symbols) 
  301.   - Height: AC 3 
  302.   - TextString: TX for text features 
  303.   - ChildList: Used to group features linked by invisible lines 
  304.  
  305.  The FOPTIONS parameter is unused. 
  306.  
  307.  See Also: {GDB|Sup|LaserScan IFF}GDB
  308.  
  309. 2    JPG (Joint Photographic Experts Group JFIF format)
  310.  JPEG JFIF format files may be generated with an FTYPE of "JPG". Only
  311.  one (greyscale) and three (RGB colour) bands may be exported to a
  312.  jpeg file. FOPTIONS, if given is the numerical percent 'quality' of
  313.  the resulting JPEG file. The default quality is 75. More quality
  314.  implies a bigger image. The useful range of this parameter is
  315.  approximately 15-90. 
  316.  
  317.  See Also: {GDB|Sup|Joint}GDB
  318.  
  319. 2    HDF (Hierarchical Data Format)
  320.  HDF format files may be generated with an FTYPE of "HDF". All image
  321.  data types may be exported to HDF files; however, no bitmaps, LUTs,
  322.  PCTs, vectors or georeferencing may be exported.
  323.  
  324.  The FOPTIONS parameter is unused. 
  325.  
  326.  See Also: {GDB|Sup|HDF}GDB
  327.  
  328. 2    LIP (Gould LIPS)
  329.  LIPS imagefile format files may be created with an FTYPE of "LIP".
  330.  Only one band (monochromatic) or three band (colour) eight band
  331.  files can be created.
  332.  
  333.  No georeferencing, or other auxiliary data can be exported to LIPS
  334.  format. The FOPTIONS parameter is ignored for LIPS files. 
  335.  
  336.  See Also: {GDB|Sup|LIPS}GDB
  337.  
  338. 2    LSC (LaserScan)
  339.  LaserScan image files may be generated with an FTYPE of "LSC". Only
  340.  eight bit image channels, and bitmap images may be exported. The
  341.  following configurations are supported: 
  342.  
  343.   - 2: Greyscale (uncompressed), 1 Channel 
  344.   - 3: Pseudocoloured Image (compressed), 1 Channel + PCT 
  345.   - 4: RGB (24 bit uncompressed), 3 Channels 
  346.   - 5: Bitmap (uncompressed), 1 Bitmap 
  347.   - 7: Pseudocoloured Image (uncompressed), 1 Channel + PCT 
  348.  
  349.  The FOPTIONS string may contain the keywords "COMP" for compressed
  350.  output, and/or "PCT" to add a pseudo colour table. This is currently
  351.  only needed to differentiate between type 2, type 3 and type 7
  352.  files.
  353.  
  354.  Example: 
  355.  
  356. @verbatim
  357.   EASI> FOPTIONS="COMP PCT"      | Type 3 file.
  358.   EASI> FOPTIONS="PCT"           | Type 7 file.
  359.   EASI> FOPTIONS=""              | Type 2 file (if one channel given)
  360.  
  361. @end
  362.  Georeferencing, and channel descriptor information is written to an
  363.  ".aux" file in the same directory as the laser-scan file. 
  364.  
  365.  See Also: {GDB|Sup|Laser}GDB
  366.  
  367. 2    NIT (NITF 1.1)
  368.  NITF 1.1 files may be generated using an FTYPE value of "NIT". Only
  369.  one channel greyscale NITF 1.1 files may be generated.
  370.  
  371.  The FOPTIONS string should be set to "LON" if the generated file is
  372.  to have a Long/Lat georeferencing; otherwise it should be blank. At
  373.  this time UTM NITF files cannot be generated. 
  374.  
  375.  See Also: {GDB|Sup|NITF}GDB
  376.  
  377. 2    PIX (PCIDSK)
  378.  PCIDSK files may be generated by specifying an FTYPE of "PIX".
  379.  
  380.  The generated file will (as usual) have all images channels of the
  381.  same type which will be the "largest" of the input image data
  382.  types. As well, bitmap, vector, lut and pct segments will be created
  383.  as required. Georeferencing is transferred.
  384.  
  385.  The FOPTIONS parameter may be used to specify the interleaving of
  386.  the image channels. The default is "BAND" and the alternate possible
  387.  values are "PIXEL" and "FILE". File interleaved PCIDSK files are
  388.  equivalent to those produced by the CIM2 PACE program.
  389.  
  390.  PCIDSK support is primarily provided so that the user can
  391.  conveniently subset existing PDIDSK files. 
  392.  
  393.  See Also: {GDB|Sup|PCIDSK}GDB, CIM, CIM2
  394.  
  395. 2    PPM (PPM/PGM/PBM)
  396.  Greyscale (PGM), RGB (PPM) and bitmap (PBM) files may be generated
  397.  by specifying an FTYPE value of "PPM".
  398.  
  399.  The provided data must match one of these three configurations: 
  400.  
  401.   - 1 Channel: PGM Greyscale. 
  402.   - 3 Channels: PPM RGB. 
  403.   - 1 Bitmap: PBM Bitmap. 
  404.  
  405.  Georeferencing information will be placed in an ".aux" file in the
  406.  same directory.
  407.  
  408.  The FOPTIONS parameter is unused. 
  409.  
  410.  See Also: {GDB|Sup|PPM}GDB
  411.  
  412. 2    RAW (Raw Binary)
  413.  Raw binary files can be generated by setting the FTYPE to "RAW". The
  414.  generated files may contain any image data types, but may not
  415.  contain LUTs, PCTs, vectors or bitmaps.
  416.  
  417.  Georeferencing, and file layout information will be written to an
  418.  ".aux" file in the same directory as the raw image file.
  419.  
  420.  The default image interleaving is band sequential, but this be
  421.  overridden with the following FOPTIONS values. 
  422.  
  423.   - "BAND": The default band sequential. 
  424.   - "PIXEL": The image data is pixel interleaved. 
  425.   - "LINE": The image data is line interleaved. 
  426.  
  427.  See Also: {GDB|Sup|Raw}GDB, IMAGEWR
  428.  
  429. 2    RNH (SPANS Raster)
  430.  SPANS Raster interchange format (.RNH/.RNL) format is supported for
  431.  export by selecting an FTYPE of "RNH". One or more bands of eight
  432.  bit, 16 bit signed or 16 bit unsigned data may be exported. SPANS
  433.  Raster format is the interchange format for the Tydac SPANS GIS and
  434.  SPANS MAP products.
  435.  
  436.  The filename provided must always have an extension of ".rnh". A
  437.  file with the same basename as the header (.rnh) file will be
  438.  created for each band exported. These files will be assigned the
  439.  same basename as the .rnh file, and an extension indicating which
  440.  band it contains.
  441.  
  442.  Most PCI projections can be exported to SPANS Raster file. No other
  443.  auxiliary information is exportable. The FOPTIONS parameter should
  444.  always be defaulted. 
  445.  
  446.  See Also: {GDB|Sup|SPANS}GDB
  447.  
  448. 2    RST (Works ASCII RST)
  449.  Representation Style Table ASCII Format Files (RST) may be generated
  450.  with an FTYPE of RST if it's possible to get a representation table
  451.  from the source Layers. The RST File can contain only one layer.
  452.  
  453.  The FOPTIONS parameter is unused. 
  454.  
  455.  See Also: {GDB|Sup|RST}GDB
  456.  
  457. 2    SHP (Arc/Info Shapefile)
  458.  Arc/Info Shapefiles (.shp/.shx/.dbf) can be created by selecting an
  459.  FTYPE of "SHP". One, and only one, vector layer may be exported to a
  460.  single shapefile.
  461.  
  462.  The output filename for the shapefile to be created should have an
  463.  extension of .shp or .shx. When written three files are created,
  464.  with the same basename, and the extensions .shp, .shx and .dbf.
  465.  Together these make a dataset with attributes.
  466.  
  467.  Shapefiles don't have georeferencing, nor are any other datatypes
  468.  other than vector layers supported.
  469.  
  470.  The FOPTIONS value can be used to select a layer type to assign to
  471.  the created Shapefile. The default value if FOPTIONS is not
  472.  specified is to make the layer of type MULTIPOINT. 
  473.  
  474. @verbatim
  475.   FOPTIONS="POINT"               | each shape is a single point
  476.   FOPTIONS="ARC"                 | each shape is set of connected points
  477.   FOPTIONS="MULTIPOINT"          ! each shape is a set of arcs
  478.   FOPTIONS="POLYGON"             ! each shape is a set of closed arcs
  479.  
  480. @end
  481.  Note that the PCI Shapefile translator will always generate
  482.  MULTIPOINT and POLYGON shapes with a single "part", that is a
  483.  single arc, or polygon. POINT layers can only contain shapes with a
  484.  single point. 
  485.  
  486.  See Also: {GDB|Sup|Arc/Info Shape}GDB, {fexport|FORMATS|DBF}.dbf
  487.            limitations
  488.  
  489. 2    SQD (Siemens SICAD)
  490.  Siemens SICAD format files (.SQD) can be created by selecting an
  491.  FTYPE of "SQD". One, and only one, vector layer may be exported to
  492.  an SQD file. The georeferencing units will be placed in comments at
  493.  the beginning of the SQD file, but will be ignored by SICAD.
  494.  
  495.  The FOPTIONS parameter is unused. 
  496.  
  497.  See Also: {GDB|Sup|Siemens SICAD}GDB
  498.  
  499. 2    SUN (Sun Rasterfile)
  500.  Sun Rasterfiles may be created by setting an FTYPE value of "SUN".
  501.  Sun rasterfiles may have any of the following configurations: 
  502.  
  503.   - 1 Channel: Greyscale image. 
  504.   - 1 Channel + PCT: Pseudocoloured image. 
  505.   - 3 Channels + 0-3 LUTs: RGB Image with options LUTs. 
  506.  
  507.  No georeferencing information is exported with the Sun rasterfile.
  508.  
  509.  The FOPTIONS parameter is unused. 
  510.  
  511.  See Also: {GDB|Sup|Sun}GDB
  512.  
  513. 2    TBA (SPANS Table File}
  514.  Spans Table files may be exorted by selecting an FTYPE value of
  515.  "TBA". Only one vector layer can be specified for export. A single
  516.  TBA file will be created containing the attributes of the vector
  517.  layer. All data types are supported except for integer lists. No
  518.  vertex data is supported by this format. To export attribute and
  519.  vector data use the VEC/VEH format. 
  520.  
  521.  See Also: {GDB|Sup|Spans Vector Archive}GDB,
  522.            {fexport|FORMATS|VEH}Spans VEC/VEH
  523.  
  524. 2    TGA (Targa Rasterfile)
  525.  Targa raster files may be created by setting an FTYPE value of "TGA"
  526.  The type of Targa file created is dependent on the number of
  527.  channels specified int the DBIC parameter. 
  528.  
  529.   - 1 Channel: Greyscale image 
  530.   - 3 Channels 24-bit uncompressed True-colour image 
  531.  
  532.  No georeferencing information is exported with the Targa rasterfile.
  533.  
  534.  The FOPTIONS parameter is unused. 
  535.  
  536.  See Also: {GDB|Sup|Tar}GDB
  537.  
  538. 2    TIF (TIFF)
  539.  TIFF format files may be exported to by selecting an FTYPE value of
  540.  "TIF". The following are the valid configurations possible for TIFF.
  541.  
  542.  
  543.   - 1 Channel: Results in a TIFF G or greyscale file. 
  544.   - 1 Channel + PCT: Results in a TIFF P or Pseudocoloured file. 
  545.   - 3 Channels: Results in a TIFF RGB file. 
  546.   - 1 Bitmap: Results in a TIFF B or bitmap file. 
  547.  
  548.  TIFF files only support eight bit data at this time. Georeferencing
  549.  information is exported in GeoTIFF format.
  550.  
  551.  The following values of FOPTIONS are possible to select different
  552.  compression schemes: 
  553.  
  554.   - NONE: No compression, also selected if FOPTIONS is blank. 
  555.   - LZW: Lempel-Ziv Welch. 
  556.   - PACKBITS: Macintosh PackBits format. 
  557.   - FAX3: CCITT Fax 3, only suitable for bitmaps. 
  558.   - FAX4: CCITT Fax 4, only suitable for bitmaps. 
  559.  
  560.  As well it is possible append the attribute WORLD to the FOPTIONS
  561.  value, separated from other text by a space, in order to request
  562.  that an Arc/Info style TIFF World file be generated. 
  563.  
  564. @verbatim
  565.   EASI> FOPTIONS = "LZW WORLD"
  566.  
  567. @end
  568.  See Also: {GDB|Sup|TIFF}GDB
  569.  
  570. 2    VEH (Spans Vector Archive VEC/VEH)       
  571.  Spans Vector Archive Format files may be exported by selecting an
  572.  FTYPE value of "VEH". Only one layer can be specified for export. A
  573.  .VEC and .VEH file will be produced containg an ARC layer. Any
  574.  attributes assocatied with the layer will be written out as a
  575.  corresponding .TBA file. 
  576.  
  577.  See Also: {GDB|Sup|SPANS Vector Archive}GDB
  578.  
  579. 2    XWD (X Window Dump)
  580.  X Window Dump raster files can be generated using an FTYPE of "XWD".
  581.  Currently only greyscale and 24 bit RGB X Window Dump files can be
  582.  created, and no georeferencing or other auxiliary information is
  583.  exported.
  584.  
  585.  The FOPTIONS parameter is unused. 
  586.  
  587.  See Also: {GDB|Sup|X Window Dump}GDB
  588.  
  589. 1    EXAMPLE
  590.  The user wishes to export bitmap segment 9 from irvine.pix to a
  591.  CCITT Fax 3 compressed TIFF file. 
  592.  
  593. @verbatim
  594.   EASI>FILI="/pci/demo/irvine.pix"
  595.   EASI>FILO="lake.tif"
  596.   EASI>DBIB=9
  597.   EASI>FTYPE="TIF"
  598.   EASI>FOPTIONS="FAX3"
  599.   EASI>RUN FEXPORT
  600.  
  601. @end
  602.